GET EventGenerator/GetUpdatedInfo

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventGeneratorIds

Collection of integer

Required

wmid

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of EventGeneratorUserInfoUpdatedInfoView
NameDescriptionTypeAdditional information
eventGeneratorId

integer

None.

dateLastUpdated

string

None.

dateLastUpdatedStr

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "eventGeneratorId": 1,
    "dateLastUpdated": "sample string 2",
    "dateLastUpdatedStr": "sample string 3"
  },
  {
    "eventGeneratorId": 1,
    "dateLastUpdated": "sample string 2",
    "dateLastUpdatedStr": "sample string 3"
  }
]